<Code Lib>
2025.3 Constructor
Changes 5
C

ElementMulticategoryFilter(ICollection<ElementId>, Boolean)

Description:
Autodesk.Revit.DB.

public ElementMulticategoryFilter(
	ICollection<ElementId> categoryIds,
	bool inverted
)

  • ICollection<ElementId>
    categoryIds
    The category ids to match.
  • Boolean
    inverted
    True if the filter should match all elements which are not of the given categories.

Loading…